Don't hide `not` and `null` arity errors
authorMattias Engdegård <mattiase@acm.org>
Mon, 17 Jun 2024 11:14:08 +0000 (13:14 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 17 Jun 2024 11:14:08 +0000 (13:14 +0200)
commit923aad81d473fd99adb651302dcccd79c6afbeff
treecf2d42fd33d198b8c2bba110f605f9ae1f93fe52
parent175a513d19b7dd2aa2af3eb549b4c6b5a099e88d
Don't hide `not` and `null` arity errors

* lisp/emacs-lisp/byte-opt.el (byte-optimize-not):
Don't silently convert incorrect `not` and `null` applications to nil.
lisp/emacs-lisp/byte-opt.el